home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with x = 1 to 2
- puppetSprite(x, 1)
- end repeat
- set the memberNum of sprite 2 to the number of member "VOL_1.PIC" + the soundLevel
- if the machineType = 256 then
- if the colorDepth = 8 then
- set the member of sprite 1 to member "SETUP.PC8"
- else
- set the member of sprite 1 to member "SETUP.PCM"
- end if
- repeat with x = 4 to 5
- puppetSprite(x, 1)
- end repeat
- set the memberNum of sprite 4 to 0
- set the memberNum of sprite 5 to 0
- else
- set the member of sprite 1 to member "SETUP.MAC"
- end if
- updateStage()
- end
-